Skip to main content

I2C Nodes

I2C Start Node

The I2C start node sends a start bit to initiate the I2C frame.

node example

Properties

  • Name (string) - node name.
  • I2C port (config node) - configure I2C port.

I2C Stop Node

The I2C stop node sends a stop bit to terminate the I2C frame.

node example

Properties

  • Name (string) - node name.
  • I2C port (config node) - configure I2C port.

I2C Read Node

The I2C read node reads data from I2C communication.

node example

Properties

  • Name (string) - node name.
  • I2C port (config node) - configure I2C port.
  • Data length (number) - data length.

Output

  • Op data (string) - data received from the I2C communication.

I2C Write Node

The I2C write node sends a write byte in the I2C frame.

node example

Properties

  • Name (string) - node name.
  • I2C port (config node) - configure I2C port.
  • Data (decimal) - data.

Note
Convert the binary data you want to write into decimal.